setVectorEditAddMode

abstract fun setVectorEditAddMode(active: Boolean)

Enable or disable add mode for vector editing.

When add mode is active, clicking on a path segment inserts a new anchor point at the click position. Mutually exclusive with bend and delete modes.

Parameters

active

true to enable add mode, false to return to normal move mode.